github.com/gotd/td/tg.MessageActionSetChatWallPaper.Wallpaper (field)
7 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L6680: Wallpaper WallPaperClass
tl_message_action_gen.go#L6712: if !(m.Wallpaper == nil) {
tl_message_action_gen.go#L6736: m.Wallpaper = from.GetWallpaper()
tl_message_action_gen.go#L6808: if m.Wallpaper == nil {
tl_message_action_gen.go#L6811: if err := m.Wallpaper.Encode(b); err != nil {
tl_message_action_gen.go#L6845: m.Wallpaper = value
tl_message_action_gen.go#L6893: return m.Wallpaper
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |